gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx
- GOOGLE
-
- This format is designed to read the XML emitted when you tack
- "&output=xml" onto the end of a Google Maps URL (use the "link
- to this page" option to get a usable URL.) This allows you to
- plan a route using Google Maps, then download it and use it in
- your own mapping program or GPS receiver. If you use a Unix-
- compatible operating system, this shell script might be useful:
-
- #!/bin/sh
- FROM="233 S. Wacker, Chicago, IL"
- TO="1060 W. Addison, Chicago, IL"
- wget -O - "http://maps.google.com/maps?q=$FROM to $TO&output=xml" \
- 2>/dev/null >google_map.xml
-
- gpsbabel -i google -f google_map.xml -o gpx -F google_map.gpx
-
GPSMAN
GPS Manager can read and write formats that this converter doesn't